﻿CHARACTERS = {
	c:BRU = {
		create_character = {
			# Omar Ali Saifuddin II
			#role = politician # Remove this line
			first_name = "Omar_Ali"
			last_name = "Bolkiah"
			ruler = yes
			age = 37
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				cautious
			}
		}	

		create_character = {
			# Abdul Momin 
			#role = politician # Remove this line
			first_name = "Abdul_Momin"
			last_name = "Bolkiah"
			heir = yes
			age = 48 # yes he's older than the guy he succeeded
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				reserved
			}
		}
	}
}
